html,
body {
    font-family: SimSun, "Nunito", sans-serif;
    background-color: #f3f3f3;
    background: linear-gradient(180deg, #16064d, #171159, #1e2b79);
    overflow-x: hidden;
}

.main .ivu-normal {
    font-weight: normal;
}

.main .ivu-opacity {
    opacity: 1 !important;
}

.main .text-indent {
    text-indent: 2em;
}

.main .font-size {
    font-size: 1rem;
}

.main .w-30 {
    width: 30% !important;
}

.main .w-20 {
    width: 20% !important;
}

.main .ivu-head {
    text-align: center;
}

.main .ivu-head h1 {
    display: inline-block;
    border-bottom: 3px solid #3258fe;
}



.navbar {
    background-color: #000;
}

.navbar .navbar-brand img {
    width: 12rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #3556f0;
    font-size: 1rem;
}


.main .ivu-whit {
    color: #efeef2;
}

.main .ivu-head h1,
.main .ivu-head p,
.main .ivu-lake h1 {
    color: #efeef2;
}


.main .ivu-pr-be::before {
    content: "";
    width: 5px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-left: -10px;
    margin-top: 6px;
    background-color: #190aec;
}

.main .ivu-box {
    width: 100%;
}

.main .ivu-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.25%;
}

.main .ivu-core {
    width: 100%;
    height: 100%;
    border: 15px solid #8585855c;
    position: absolute;
    overflow: hidden;
    border-radius: 15px;
}

.video-js {
    font-size: 14px;
}

.video-js button {
    outline: none;
}

/* 视频占满容器高度 */
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    height: 100%;
    background-color: #161616;
}

.vjs-poster {
    background-color: #161616;
}

/* 中间大的播放按钮 */
.video-js .vjs-big-play-button {
    font-size: 1.0em;
    line-height: 1.8em;
    height: 2em;
    width: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2.2em;
    border-radius: 2em;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.12em;
    margin-top: -1.25em;
}

/* 视频暂停时显示播放按钮 */
.video-js.vjs-paused .vjs-big-play-button {
    display: block;
}

/* 视频加载出错时隐藏播放按钮 */
.video-js.vjs-error .vjs-big-play-button {
    display: none;
}

/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

/* 控制条默认显示 */
.video-js .vjs-control-bar {
    display: flex;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js .vjs-remaining-time {
    display: none;
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 22px;
    line-height: 1.9;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
    line-height: 2.4;
    font-size: 18px;
}

/* 进度条背景色 */
.video-js .vjs-play-progress {
    color: #ffb845;
    background-color: #ffb845;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #ffb845;
}

.vjs-mouse-display .vjs-time-tooltip {
    padding-bottom: 6px;
    background-color: #ffb845;
}

.video-js .vjs-play-progress .vjs-time-tooltip {
    display: none !important;
}

.main .ivu-statistics h1 {
    color: #28c7fc;
}


/* 圆球 */
.ivu-area {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    background-image: url("../images/xbackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ivu-area>.ball {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    background-image: linear-gradient(45deg, rgba(139, 199, 219, 0.5), rgba(104, 207, 241, 0.5), rgba(71, 174, 243, 0.5));
    box-shadow: 0px 0px 5px #1d0eeb5c;
    background: radial-gradient(circle at 60px 60px, #9dbbd6, #679ED0, #000);
    opacity: 0.8;
}

.ivu-area>.ball>.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.ivu-area>.ball>.text p {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    width: 160px;
    word-break: break-all;
    white-space: normal;
    font-size: 1rem;
}

.ivu-area>.ball1 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -9s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) 0s infinite alternate;
}

.ivu-area>.ball2 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -13s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -4s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -4s infinite alternate;
}

.ivu-area>.ball3 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -17s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -8s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -8s infinite alternate;
}

.ivu-area>.ball4 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -21s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -12s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -12s infinite alternate;
}

.ivu-area>.ball5 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -25s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -16s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -16s infinite alternate;
}

.ivu-area>.ball6 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -29s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -20s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -20s infinite alternate;
}

.ivu-area>.ball7 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -33s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -24s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -24s infinite alternate;
}

.ivu-area>.ball8 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -37s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -28s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -28s infinite alternate;
}

.ivu-area>.ball9 {
    animation: anmiteX 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -41s infinite alternate,
        anmiteY 18s cubic-bezier(0.6, 0.3, 0.3, 0.6) -32s infinite alternate,
        scale 36s cubic-bezier(0.6, 0.3, 0.3, 0.6) -32s infinite alternate;
}
/* 在X轴上的移动 */
@keyframes anmiteX {
    from {
        left: -80px;
    }

    to {
        left: 100%;
    }
}

/* 在轴上Y的移动 */
@keyframes anmiteY {
    from {
        top: -15%;
    }

    to {
        top: 30%;
    }
}

/* 对球进行放大和缩小在视觉上进行远近的模拟 */
@keyframes scale {
    0% {
        transform: scale(0.7, 0.7);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(0.7, 0.7);
    }
}

.main .ivu-solvePlus .row {
    opacity: 0.6;
}

.main .ivu-solvePlus img {
    max-height: 268px;
}

.main .ivu-solvePlus a {
    border-radius: 20px;
    right: 20px;
    bottom: 20px;
}

.main .ivu-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 产品服务 */
.main .ivu-pro {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 2.5%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 56%;
    background-color: #1f2c7a;
    background: linear-gradient(to bottom right, #050461, #1f2c7a);
    border: 1px solid #58559D;
}
.main .ivu-pro .tit-btn1,
.main .ivu-pro .tit-btn2 {
    position: absolute;
    top: 27%;
    width: 204px;
    height: 40px;
    color: #aba8a8;
    font-weight: bold;
    font-size: 28px;
    right: 10%;
    cursor: pointer;
}
.main .ivu-pro .tit-btn3{
    position: absolute;
    top: 47%;
    width: 100px;
    height: 40px;
    color: #ffff;
    font-weight: bold;
    font-size: 28px;
    left: calc(50% - 42px);
}
.main .ivu-pro .tit-btn1{
    left: 10%;
    

}

.main .ivu-pro .tit-btn1:hover,
.main .ivu-pro .tit-btn2:hover{
    color: #ffffff;
    border-bottom: 2px solid #ffffff ;
}
.main .ivu-pro .tit-btn1.active,.main .ivu-pro .tit-btn2.active{
    color: #ffffff;
    border-bottom: 2px solid #ffffff ;
}

.main .ivu-pro .ivu-img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #58559D;
}

.main .ivu-pro .swiper-slide {
    width: 18.7%;
    height: 0px;
    padding-bottom: 18.2%;
    border: 1px solid rgb(217, 221, 220);
    background-color: #FFF;
    border-radius: 10px;
    opacity: 0.6;
}

.main .ivu-pro .swiper_vm {
    width: 108%;
    text-align: center;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.main .ivu-pro .swiper_vm p {
    white-space: normal;
    -webkit-line-clamp: 2;
    color: #3259fe;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main .ivu-pro .swiper_vm .ivu-pad {
    padding: 10px;
}

.main .ivu-pro .swiper_vm img {
    width: 40%;
}

.main .ivu-fluid {
    background-color: #FFF;
    border: 1px solid #efefef;
}

.main .ivu-fluid .ivu-content>h4 {
    display: inline-block;
    border-top: 4px solid #3259fe;
    padding-top: 6px;
}

.main .ivu-fluid .ivu-content>div li {
    font-size: 1rem;
}




/* NEWS */
.main .ivu-news img {
    /* height: 200px !important; */
}

.main .ivu-news h5 {
    line-height: 24px;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main .ivu-news a {
    color: initial;
}

.main .ivu-lake-bg {
    background-image: url('../images/16.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main .ivu-lake .row {
    background-color: #16064d;
}

.main .ivu-lake h1 {
    font-size: 6rem;
}

.main .ivu-lake button.ivu-watch {
    width: 50%;
}

.main .ivu-lake button.ivu-arrow {
    width: 10%;
}




/* About */
.main .ivu-about .card {
    height: 230px;
}

.main .ivu-course div>h5 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
}

.main .ivu-course .ivu-line {
    height: 60px;
    display: flex;
}

.main .ivu-course .ivu-line .line {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.main .ivu-course .ivu-line .line1 {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    border-left: 5px solid transparent;
}

.main .ivu-course .ivu-line .line2 {
    width: 100%;
    height: 10px;
    background: #eee;
}

.main .ivu-course .ivu-line .line3 {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #eee;
    border-bottom: 5px solid transparent;
}

.VivaTimeline dl {
    position: relative;
    top: 0;
    padding: 20px 0;
    margin: 0
}

.VivaTimeline dl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16%;
    z-index: 100;
    width: 2px;
    margin-left: -1px;
    content: '';
    background-color: #ccd1d9
}

.VivaTimeline dl dt {
    position: relative;
    top: 30px;
    z-index: 200;
    width: 120px;
    padding: 3px 5px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #aab2bd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.VivaTimeline dl dd {
    position: relative;
    z-index: 200
}

.VivaTimeline dl dd .circ {
    position: absolute;
    top: 40px;
    left: 16%;
    z-index: 200;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    background-color: #29ac20;
    border: 2px solid #f5f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.VivaTimeline dl dd .time {
    position: absolute;
    top: 31px;
    left: 16%;
    display: inline-block;
    width: 100px;
    padding: 10px 20px;
}

.VivaTimeline dl dd .events {
    position: relative;
    width: 66%;
    padding: 10px;
    margin-top: 31px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.VivaTimeline dl dd .events:before {
    /* position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 6px */
}

.VivaTimeline dl dd .events .events-object {
    margin: 0 auto;
}

.VivaTimeline dl dd .events .events-header {
    min-height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.VivaTimeline dl dd .events .events-body {
    overflow: hidden;
    zoom: 1;
    background-color: #EEE;
    padding: 10px;
}

.VivaTimeline dl dd .events .events-body .row {
    display: none;
}

.VivaTimeline dl dd .events .events-body .events-desc {
    text-indent: 2em;
    padding: 0 15px;
}

.VivaTimeline dl dd .events .events-footer {
    text-align: center;
}

.VivaTimeline dl dd .events .events-footer ol {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.VivaTimeline dl dd .events .events-footer ol li {
    background: #32b487;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.VivaTimeline dl dd .events .events-footer ol .active {
    transform: scale(2);
}

.VivaTimeline dl dd.pos-right .time {
    margin-left: -100px;
    text-align: right
}

.VivaTimeline dl dd.pos-right .events {
    float: left;
    left: 12rem;
}

.VivaTimeline dl dd.pos-right .events:before {
    left: -12px;
    border-color: transparent #CCC transparent transparent
}

.VivaTimeline dl dd.pos-left .time {
    margin-left: 0;
    text-align: left
}

.VivaTimeline dl dd.pos-left .events {
    float: left
}

.VivaTimeline dl dd.pos-left .events:before {
    right: -12px;
    border-color: transparent transparent transparent #CCC
}

.VivaTimeline .carousel-indicators {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .VivaTimeline dl:before {
        left: 90px
    }

    .VivaTimeline dl dt {
        margin: 0 30px 30px
    }

    .VivaTimeline dl dd .circ {
        left: 90px
    }

    .VivaTimeline dl dd .time {
        left: 20px
    }

    .VivaTimeline dl dd.pos-left .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }

    .VivaTimeline dl dd.pos-left .events {
        float: right;
        width: 73%;
        margin-right: 4%;
    }

    .VivaTimeline dl dd.pos-left .events:before {
        left: -12px;
        border-color: transparent #CCC transparent transparent
    }

    .VivaTimeline dl dd.pos-right .time {
        padding: 10px 0;
        margin-left: 0;
        text-align: left
    }

    .VivaTimeline dl dd.pos-right .events {
        float: right;
        width: 73%;
        margin-right: 4%;
    }

    /*
    .VivaTimeline dl dd .events .events-body {
        display: none;
    }
    .VivaTimeline dl dd .events .events-footer {
        display: none;
    }
    */
}

@media screen and (max-width: 500px) {
    .VivaTimeline dl dd.pos-left .events {
        float: right;
        width: 63%;
        margin-right: 4%;
    }

    .VivaTimeline dl dd.pos-right .events {
        float: right;
        width: 63%;
        margin-right: 4%;
    }
}

.main .ivu-drawing {
    display: flex;
    justify-content: center;
}

.main .ivu-drawing .drawing {
    margin: 5px;
    text-align: center;
}
.main .ivu-drawing .drawing:nth-child(1) {
    text-align: left;
}
.main .ivu-drawing .drawing:nth-child(3) {
    text-align: right;
}
.main .ivu-drawing .drawing>img {
    margin-bottom: 20px;
    width: 83%;

}

.main .ivu-drawing .ivu-hexagon {
    width: 250px;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transform: rotate(120deg);
}

.main .ivu-drawing .ivu-hexagon .hexagon_1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(-60deg);
}

.main .ivu-drawing .ivu-hexagon .hexagon_2 {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(-60deg);
}

.main .ivu-drawing .ivu-hexagon .hexagon_2 img {
    width: 100%;
    min-height: 300px;
}

.main .ivu-drawing .ivu-hexagon .hexagon_2 .text {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    height: 65px;
}

.main .ivu-drawing .ivu-concave {
    width: 250px;
    height: 300px;
    position: relative;
    top: -55px;
    z-index: 0;
    background-color: #000;
    overflow: hidden;
}

.main .ivu-drawing .ivu-concave img {
    width: 100%;
    height: 100%;
}

.main .ivu-drawing .ivu-concave .triangle-down {
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 70px solid #191B65;
    position: absolute;
}

.main .ivu-drawing .ivu-concave .triangle-bottomlft {
    width: 0;
    height: 0;
    border-bottom: 80px solid #191B65;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main .ivu-drawing .ivu-concave .triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 80px solid #191B65;
    border-left: 125px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main .ivu-drawing .ivu-concave .text {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    height: 65px;
}
.main #swiper_3{
    display: none;
}
.main .ivu-course .swiper_1 .card,
.main .ivu-course .swiper_3 .card,
.main .ivu-course .swiper_2 .card {
    background-color: transparent;
}

.main .ivu-course .swiper_1 .card .card-body,
.main .ivu-course .swiper_3 .card .card-body,
.main .ivu-course .swiper_2 .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
}

.main .ivu-course .swiper_1 img {
    /* height: 237px; */
}

.main .ivu-course .swiper_2 img {
    /* height: 474px; */
}

.main .ivu-course .swiper_1 .card .card-body .btn,
.main .ivu-course .swiper_3 .card .card-body .btn,
.main .ivu-course .swiper_2 .card .card-body .btn {
    padding: 0.5rem 0.5rem;
    font-weight: normal;
    white-space: normal;
    background: #181860;
    border-color: #181860;
    color: #efeef2 !important;
}





/* 抗疫 */

.main .iv-ima-w1 {
    position: absolute;
    top: -3rem;
    right: 3rem;
    z-index: 2;
}

.main .iv-ima-w3 {
    position: absolute;
    right: 3rem;
    bottom: -3rem;
    z-index: 0;
}

.main .iv-ima-w1,
.main .iv-ima-w2,
.main .iv-ima-w3 {
    border: 3px solid #f3f3f3;

}




/* 西湖 */
.main .iv-ima-s1 {
    width: 7rem;
    height: 7rem;
    transform: rotate(45deg);
    position: absolute;
    top: -2rem;
    left: 5rem;
    background-color: #3758ff;
}

.main .iv-ima-s2 {
    transform: rotate(45deg);
    box-shadow: 0 0 5px 10px hsl(0deg 0% 98% / 80%);
}

.main .iv-ima-s3 {
    width: 7rem;
    height: 7rem;
    transform: rotate(45deg);
    position: absolute;
    top: -2rem;
    right: 5rem;
    background-color: #3758ff;
}

.main .ivu-things .swiper-button-next,
.swiper-button-prev {
    background-size: 18px 28px;
}

.main .ivu-things .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: -29px;
}

.main .ivu-things .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: -29px;
}

.main .ivu-things .swiper-slide {
    cursor: pointer;
}

.main .ivu-things .ivu-time {
    font-size: 1rem;
    text-align: center;
    color: #f3f3f3;
    height: 40px;
    line-height: 40px;
    background-color: #3758ff;
}





/* 加入我们 */
.main .ivu-join img{
    width: 40px;
    padding: 15px 0;
}




/* 底部 */
.ivu-footer .ivu-background {
    position: relative;
    background: linear-gradient(to bottom right, #060761, #255190);
}

.ivu-footer .ivu-background .container {
    background-color: #fff;
    opacity: 0.6;
}

.ivu-footer .ivu-background img {
    width: 1.6rem;
}

.ivu-footer .ivu-background h5 {
    display: inline-block;
    border-bottom: 4px solid #819dfe;
}

.ivu-footer .ivu-background .ivu-wth {
    width: 6rem !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}